home *** CD-ROM | disk | FTP | other *** search
- -- card: 2537 from stack: in
- -- bmap block id: 0
- -- flags: 0000
- -- background id: 2073
- -- name:
- ----- HyperTalk script -----
- on mouseUp
- show menuBar
- end mouseUp
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 8000
- -- rect: left=80 top=80 right=198 bottom=191
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 2048
- -- line height: 16
- -- part name: What?
- ----- HyperTalk script -----
- --"What?" created by David Sharpness. A DolphinWords™ "ButtonPoem©"
- --November l988. The dialog is from the film "Bringing Up Baby"
- --starring Katherine Hepburn and Cary Grant.
- --#2
- --e-mail to D.Sharpness1 on GEnie
- --You know, some of you creative types out there could make some neat
- --HyperComics using this idea. (or foreign language to English --dialogs)
- --Note: The first time I made this button it repeated five times,
- --and had the appearance of an endless loop (which of course fit
- --the meaning (the object of a concrete poem)). --And it worried the SYSOP(writers BBS). If you want it to
- --loop, hold the mouse down. It also is made to fit with the Tiger
- --in Hypercard's clip art. Cut and paste. Study the script
- --to create ones of your own.
- on mouseStillDown
- hide menubar
- set cursor to 4
- set textStyle of me to outline
- set name of me to " "
- set the rect of me to 100,232,371,250
- set the name of me to "You remind me of a man."
- wait 120
- set the name of me to " "
- set the rect of me to 80,80,191,198
- set the name of me to "What man?"
- wait 120
- set the name of me to " "
- set the rect of me to 100,232,371,250
- set the name of me to "The man with the power."
- wait 60
- set the name of me to " "
- set the rect of me to 80,80,191,198
- set the name of me to "What power?"
- wait 30
- set the name of me to " "
- set the rect of me to 100,232,371,250
- set the name of me to "The power of Hoodoo!"
- wait 90
- set the name of me to " "
- set the rect of me to 80,80,191,198
- set the name of me to "HOODOO!?"
- wait 30
- set the name of me to " "
- set the rect of me to 100,232,371,250
- set the name of me to "YOU DO!"
- wait 15
- set the name of me to " "
- set the rect of me to 80,80,191,198
- set the name of me to "What?"
- wait 90
- end mouseStillDown
-
-
-
-
-
-
-
-
-
-
-